Package-level declarations

Types

Link copied to clipboard
interface KoneDeque<Element>

Represents a finite sequence of elements that can be extended or reduced from both its ends.

Functions

Link copied to clipboard

Checks if the collection is empty.

Link copied to clipboard

Checks if the collection is not empty.

Link copied to clipboard

Returns and removes the first element. The element was placed at the beginning of the sequence.

Link copied to clipboard

Returns and removes the last element. The element was placed at the end of the sequence.